home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / all java / quicktime for java / qttojavaimage / readme.txt < prev   
Encoding:
Text File  |  2000-09-28  |  2.0 KB  |  48 lines

  1. =============================================================================
  2. QuickTime for Java SDK                              Updated: 30 November 1998
  3.  
  4. Read Me Notes to "QT to Java Image" Demo and Sample Code
  5.  
  6. =============================================================================
  7. This demo program shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  8.  
  9. =============================================================================
  10. The minimum runtime requirements for this Sample Code are:
  11.  
  12. - Common
  13.     - Sun Compliant Java Runtime Environment 1.1
  14.     - QuickTime 3 
  15.     - QTJava.zip
  16.  
  17. - MacOS:
  18.     - System 8 or later
  19.     - Macintosh Runtime for Java (MRJ) 2.1
  20.  
  21. - Windows 95, 98, or NT::
  22.     - JRE/JDK from Sun Microsystems, Inc. recommended
  23.  
  24. =============================================================================
  25. Media requirements for this Sample Code:
  26.  
  27. Any image file that can be imported using the GraphicsImporter
  28.  
  29. =============================================================================
  30. Notes & Comments
  31.  
  32. This demo works with GraphicsImporter to produce pixels for the creation of a java.awt.Image. The sample code has some notes about other possible image sources that can be used in this manner.  
  33.  
  34. =============================================================================
  35. General Comments
  36.  
  37. - QTSession.open and close:
  38.  
  39. A QTSession.open will perform a gestalt check to ensure that QuickTime is present and is initialized. This is a required call before any QuickTime Java classes can be used.
  40.  
  41. When the user closes the window the program will quit, first calling QTSession.close to terminate QuickTime. It is necessary for programs to call QTSession.close if they have previously called QTSession.open in order to shut down QuickTime properly.
  42.  
  43.  
  44. =============================================================================
  45.  
  46. QuickTime and QuickTime for Java are trademarks of Apple Computer, Inc.
  47. (c) 1998 Apple Computer Inc. All rights reserved.
  48.